Index: webkit/tools/test_shell/layout_test_controller.h |
=================================================================== |
--- webkit/tools/test_shell/layout_test_controller.h (revision 57506) |
+++ webkit/tools/test_shell/layout_test_controller.h (working copy) |
@@ -283,6 +283,9 @@ |
void setMockGeolocationError(const CppArgumentList& args, |
CppVariant* result); |
+ void markerTextForListItem(const CppArgumentList& args, |
+ CppVariant* result); |
+ |
public: |
// The following methods are not exposed to JavaScript. |
void SetWorkQueueFrozen(bool frozen) { work_queue_.set_frozen(frozen); } |