Title: [115203] trunk/Source/WebCore
Revision
115203
Author
[email protected]
Date
2012-04-25 07:28:07 -0700 (Wed, 25 Apr 2012)

Log Message

Not reviewed: inspector frontend tests fix.

* inspector/front-end/ScriptsSearchScope.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115202 => 115203)


--- trunk/Source/WebCore/ChangeLog	2012-04-25 14:16:29 UTC (rev 115202)
+++ trunk/Source/WebCore/ChangeLog	2012-04-25 14:28:07 UTC (rev 115203)
@@ -1,3 +1,9 @@
+2012-04-25  'Pavel Feldman'  <[email protected]>
+
+        Not reviewed: inspector frontend tests fix.
+
+        * inspector/front-end/ScriptsSearchScope.js:
+
 2012-04-25  Ian Vollick  <[email protected]>
 
         [chromium] Animations waiting for a synchronized start time should never be marked finished.

Modified: trunk/Source/WebCore/inspector/front-end/ScriptsSearchScope.js (115202 => 115203)


--- trunk/Source/WebCore/inspector/front-end/ScriptsSearchScope.js	2012-04-25 14:16:29 UTC (rev 115202)
+++ trunk/Source/WebCore/inspector/front-end/ScriptsSearchScope.js	2012-04-25 14:28:07 UTC (rev 115203)
@@ -183,6 +183,6 @@
     }
 }
 
-WebInspector.ScriptsSearchResultsPane.LinkifierFormatter.prototype.__proto__ = WebInspector.DebuggerPresentationModel.LinkifierFormatter.prototype;
+WebInspector.ScriptsSearchResultsPane.LinkifierFormatter.prototype.__proto__ = WebInspector.LinkifierFormatter.prototype;
 
 WebInspector.settings.searchInContentScripts = WebInspector.settings.createSetting("searchInContentScripts", false);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to