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