Title: [143603] trunk/Source/WebCore
Revision
143603
Author
[email protected]
Date
2013-02-21 08:04:11 -0800 (Thu, 21 Feb 2013)

Log Message

Unreviewed. Rolling out an unindented change from r143580.

* inspector/Inspector.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143602 => 143603)


--- trunk/Source/WebCore/ChangeLog	2013-02-21 16:02:46 UTC (rev 143602)
+++ trunk/Source/WebCore/ChangeLog	2013-02-21 16:04:11 UTC (rev 143603)
@@ -1,3 +1,9 @@
+2013-02-21  Andrey Adaikin  <[email protected]>
+
+        Unreviewed. Rolling out an unindented change from r143580.
+
+        * inspector/Inspector.json:
+
 2013-02-21  Andreas Kling  <[email protected]>
 
         GlyphPage: Bake per-glyph font data array into same allocation as GlyphPage.

Modified: trunk/Source/WebCore/inspector/Inspector.json (143602 => 143603)


--- trunk/Source/WebCore/inspector/Inspector.json	2013-02-21 16:02:46 UTC (rev 143602)
+++ trunk/Source/WebCore/inspector/Inspector.json	2013-02-21 16:04:11 UTC (rev 143603)
@@ -3471,6 +3471,7 @@
                     { "name": "arguments", "type": "array", "items": { "$ref": "CallArgument" }, "optional": true },
                     { "name": "result", "$ref": "CallArgument", "optional": true },
                     { "name": "isDrawingCall", "type": "boolean", "optional": true },
+                    { "name": "isFrameEndCall", "type": "boolean", "optional": true },
                     { "name": "property", "type": "string", "optional": true },
                     { "name": "value", "$ref": "CallArgument", "optional": true },
                     { "name": "sourceURL", "type": "string", "optional": true },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to