Title: [126576] trunk/Source/WebCore
- Revision
- 126576
- Author
- [email protected]
- Date
- 2012-08-24 06:14:51 -0700 (Fri, 24 Aug 2012)
Log Message
Not reviewed: fixing inspector/elements/iframe-load-event.html broken by r126572.
* inspector/front-end/DOMAgent.js:
(WebInspector.DOMNode.prototype.resolveURL):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126575 => 126576)
--- trunk/Source/WebCore/ChangeLog 2012-08-24 13:04:06 UTC (rev 126575)
+++ trunk/Source/WebCore/ChangeLog 2012-08-24 13:14:51 UTC (rev 126576)
@@ -1,3 +1,10 @@
+2012-08-24 'Pavel Feldman' <[email protected]>
+
+ Not reviewed: fixing inspector/elements/iframe-load-event.html broken by r126572.
+
+ * inspector/front-end/DOMAgent.js:
+ (WebInspector.DOMNode.prototype.resolveURL):
+
2012-08-24 Andrey Adaikin <[email protected]>
Web Inspector: [WebGL] Implement custom wrap functions on GL context
Modified: trunk/Source/WebCore/inspector/front-end/DOMAgent.js (126575 => 126576)
--- trunk/Source/WebCore/inspector/front-end/DOMAgent.js 2012-08-24 13:04:06 UTC (rev 126575)
+++ trunk/Source/WebCore/inspector/front-end/DOMAgent.js 2012-08-24 13:14:51 UTC (rev 126576)
@@ -750,7 +750,6 @@
if (frameOwnerCandidate.documentURL)
return WebInspector.ParsedURL.completeURL(frameOwnerCandidate.documentURL, url);
}
- console.error("Could not resolve DOM URL: " + url);
return null;
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes