Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / UISourceCode.js
index 447f5fb..ed06b75 100644 (file)
@@ -880,13 +880,6 @@ WebInspector.UILocation.prototype = {
         if (typeof this.lineNumber === "number")
             linkText += ":" + (this.lineNumber + 1);
         return linkText;
-    },
-
-    reveal: function()
-    {
-        var revealer = WebInspector.moduleManager.instance(WebInspector.Revealer, this);
-        if (revealer)
-            revealer.reveal(this);
     }
 }