summaryrefslogtreecommitdiff
path: root/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp')
-rw-r--r--Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp b/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp
index 2f81c8435..fd92bfdac 100644
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/main.cpp
@@ -506,7 +506,7 @@ static int16_t handleEventCarbon(NPP instance, PluginObject* obj, EventRecord* e
if (obj->testKeyboardFocusForPlugins) {
obj->eventLogging = false;
obj->testKeyboardFocusForPlugins = FALSE;
- executeScript(obj, "layoutTestController.notifyDone();");
+ executeScript(obj, "testRunner.notifyDone();");
}
break;
case autoKey:
@@ -599,7 +599,7 @@ static int16_t handleEventCocoa(NPP instance, PluginObject* obj, NPCocoaEvent* e
if (obj->testKeyboardFocusForPlugins) {
obj->eventLogging = false;
obj->testKeyboardFocusForPlugins = FALSE;
- executeScript(obj, "layoutTestController.notifyDone();");
+ executeScript(obj, "testRunner.notifyDone();");
}
}
return 1;
@@ -723,7 +723,7 @@ static int16_t handleEventWin(NPP instance, PluginObject* obj, NPEvent* event)
if (obj->testKeyboardFocusForPlugins) {
obj->eventLogging = false;
obj->testKeyboardFocusForPlugins = FALSE;
- executeScript(obj, "layoutTestController.notifyDone();");
+ executeScript(obj, "testRunner.notifyDone();");
}
break;
case WM_LBUTTONDOWN: