Index: content/shell/webkit_test_runner.js |
diff --git a/content/shell/webkit_test_runner.js b/content/shell/webkit_test_runner.js |
index 97b571e658abe6215135406d10a8668b00c18037..4159b5548a2d8801b0509917fdd64985f75ae0ae 100644 |
--- a/content/shell/webkit_test_runner.js |
+++ b/content/shell/webkit_test_runner.js |
@@ -8,6 +8,7 @@ var testRunner = testRunner || {}; |
native function CloseWebInspector(); |
native function Display(); |
native function EvaluateInWebInspector(); |
+ native function ExecCommand(); |
native function GetWorkerThreadCount(); |
native function NotifyDone(); |
native function SetCanOpenWindows(); |
@@ -75,6 +76,7 @@ var testRunner = testRunner || {}; |
Object.defineProperty(this, |
"evaluateInWebInspector", |
{value: EvaluateInWebInspector}); |
+ Object.defineProperty(this, "execCommand", {value: ExecCommand}); |
Object.defineProperty(this, |