Index: webkit/tools/test_shell/layout_test_controller.h |
=================================================================== |
--- webkit/tools/test_shell/layout_test_controller.h (revision 22041) |
+++ webkit/tools/test_shell/layout_test_controller.h (working copy) |
@@ -171,7 +171,7 @@ |
void setPrivateBrowsingEnabled(const CppArgumentList& args, CppVariant* result); |
void setXSSAuditorEnabled(const CppArgumentList& args, CppVariant* result); |
- void queueScriptInIsolatedWorld(const CppArgumentList& args, CppVariant* result); |
+ void evaluateScriptInIsolatedWorld(const CppArgumentList& args, CppVariant* result); |
// The fallback method is called when a nonexistent method is called on |
// the layout test controller object. |