| Index: content/shell/webkit_test_runner.js
|
| ===================================================================
|
| --- content/shell/webkit_test_runner.js (revision 170458)
|
| +++ content/shell/webkit_test_runner.js (working copy)
|
| @@ -8,7 +8,6 @@
|
| native function Display();
|
| native function GetWorkerThreadCount();
|
| native function NotifyDone();
|
| - native function SetCanOpenWindows();
|
| native function SetDumpAsText();
|
| native function SetDumpChildFramesAsText();
|
| native function SetPrinting();
|
| @@ -42,9 +41,6 @@
|
| Object.defineProperty(this,
|
| "dumpChildFramesAsText",
|
| {value: SetDumpChildFramesAsText});
|
| - Object.defineProperty(this,
|
| - "setCanOpenWindows",
|
| - {value: SetCanOpenWindows});
|
| Object.defineProperty(this, "setPrinting", {value: SetPrinting});
|
| Object.defineProperty(
|
| this,
|
|
|