Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / ui-source-code.html
index b19f0ff..4b63f92 100644 (file)
@@ -13,6 +13,7 @@ function test()
         setTimeout(callback.bind(null, "var x = 0;"), 0);
     }
     MockProject.prototype.isServiceProject = function() { return false; };
+    MockProject.prototype.type = function() { return WebInspector.projectTypes.Debugger; }
 
     InspectorTest.runTestSuite([
         function testUISourceCode(next)