Title: [91475] trunk/Source/WebCore
- Revision
- 91475
- Author
- [email protected]
- Date
- 2011-07-21 09:28:11 -0700 (Thu, 21 Jul 2011)
Log Message
2011-07-21 Pavel Feldman <[email protected]>
Not reviewed: one liner typo fix in Inspector.json.
* inspector/Inspector.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91474 => 91475)
--- trunk/Source/WebCore/ChangeLog 2011-07-21 16:14:19 UTC (rev 91474)
+++ trunk/Source/WebCore/ChangeLog 2011-07-21 16:28:11 UTC (rev 91475)
@@ -1,3 +1,9 @@
+2011-07-21 Pavel Feldman <[email protected]>
+
+ Not reviewed: one liner typo fix in Inspector.json.
+
+ * inspector/Inspector.json:
+
2011-07-21 Sam Weinig <[email protected]>
CSS top margin collapses when paginating
Modified: trunk/Source/WebCore/inspector/Inspector.json (91474 => 91475)
--- trunk/Source/WebCore/inspector/Inspector.json 2011-07-21 16:14:19 UTC (rev 91474)
+++ trunk/Source/WebCore/inspector/Inspector.json 2011-07-21 16:28:11 UTC (rev 91475)
@@ -261,7 +261,7 @@
"parameters": [
{ "name": "objectId", "type": "string", "description": "Identifier of the object to call function on." },
{ "name": "functionDeclaration", "type": "string", "description": "Declaration of the function to call." },
- { "name": "arguments", "type": "array", "items": { "type": "objectId", "description": "Identifier of the argument." }, "optional": true, "description": "Call arguments. All call arguments must belong to the same _javascript_ world as the target object." }
+ { "name": "arguments", "type": "array", "items": { "type": "string", "description": "Identifier of the argument." }, "optional": true, "description": "Call arguments. All call arguments must belong to the same _javascript_ world as the target object." }
],
"returns": [
{ "name": "result", "$ref": "RemoteObject", "description": "Call result." },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes