Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / script-formatter.html
index 6d61075..c3e3ae2 100644 (file)
@@ -9,7 +9,7 @@
 var test = function()
 {
     var panel = WebInspector.panels.sources;
-    var worker = new Worker("script_formatter_worker/ScriptFormatterWorker.js");
+    var worker = Runtime.startWorker("script_formatter_worker");
 
     InspectorTest.runDebuggerTestSuite([
         function testScriptFormatterWorker(next)