Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / workspace-mapping.html
index c61ce34..088f2f5 100644 (file)
@@ -23,6 +23,7 @@ function test()
     }
 
     function MockProjectDelegate() {}
+    MockProjectDelegate.prototype.url = function() { return ""; }
     MockProjectDelegate.prototype.displayName = function() {};
     MockProjectDelegate.prototype.type = function() { return WebInspector.projectTypes.Network };