Commit 6a804132 authored by kevino@webkit.org's avatar kevino@webkit.org

[wx] Build fix after introduction of pageNumberForElementById.


git-svn-id: svn://svn.chromium.org/blink/trunk@54269 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d97317cc
2010-02-02 Kevin Ollivier <kevino@theolliviers.com>
[wx] Build fix after introduction of pageNumberForElementById.
* DumpRenderTree/wx/LayoutTestControllerWx.cpp:
(LayoutTestController::pageNumberForElementById):
2010-02-02 Shu Chang <Chang.Shu@nokia.com> 2010-02-02 Shu Chang <Chang.Shu@nokia.com>
Unreviewed. Unreviewed.
......
...@@ -359,3 +359,9 @@ JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStri ...@@ -359,3 +359,9 @@ JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStri
{ {
return 0; return 0;
} }
int LayoutTestController::pageNumberForElementById(JSStringRef, float, float)
{
// FIXME: implement
return -1;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment