Title: [102003] trunk/Source/WebCore
Revision
102003
Author
podivi...@chromium.org
Date
2011-12-05 08:24:52 -0800 (Mon, 05 Dec 2011)

Log Message

Web Inspector: fix fronted compilation.
https://bugs.webkit.org/show_bug.cgi?id=73831

Reviewed by Yury Semikhatsky.

* inspector/front-end/CompilerSourceMapping.js:
(WebInspector.ClosureCompilerSourceMappingPayload):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102002 => 102003)


--- trunk/Source/WebCore/ChangeLog	2011-12-05 16:17:51 UTC (rev 102002)
+++ trunk/Source/WebCore/ChangeLog	2011-12-05 16:24:52 UTC (rev 102003)
@@ -1,3 +1,13 @@
+2011-12-05  Pavel Podivilov  <podivi...@chromium.org>
+
+        Web Inspector: fix fronted compilation.
+        https://bugs.webkit.org/show_bug.cgi?id=73831
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/CompilerSourceMapping.js:
+        (WebInspector.ClosureCompilerSourceMappingPayload):
+
 2011-12-05  Eric Carlson  <eric.carl...@apple.com>
 
         Out-of-band text tracks may only load from same origin as the media element's Document's origin

Modified: trunk/Source/WebCore/inspector/front-end/CompilerSourceMapping.js (102002 => 102003)


--- trunk/Source/WebCore/inspector/front-end/CompilerSourceMapping.js	2011-12-05 16:17:51 UTC (rev 102002)
+++ trunk/Source/WebCore/inspector/front-end/CompilerSourceMapping.js	2011-12-05 16:24:52 UTC (rev 102003)
@@ -62,6 +62,7 @@
 WebInspector.ClosureCompilerSourceMappingPayload = function()
 {
     this.mappings = "";
+    this.sourceRoot = "";
     this.sources = [];
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to