Changes between Version 149 and Version 150 of WebKitIDL
- Timestamp:
- Mar 14, 2016, 10:53:39 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v149 v150 412 412 Summary: `[CallWith]` indicates that the bindings code calls a WebCore method with additional information. 413 413 414 Usage: The possible usage is `[CallWith=X1|X2|X3|...]`, where X1, X2, X3, ... is " ScriptExecutionContext", "ScriptState", "ScriptArguments", "CallStack", "ActiveWindow" or "FirstWindow".414 Usage: The possible usage is `[CallWith=X1|X2|X3|...]`, where X1, X2, X3, ... is "Document", "ScriptExecutionContext", "ScriptState", "ScriptArguments", "CallStack", "ActiveWindow" or "FirstWindow". 415 415 "ScriptExecutionContext", "ScriptState" and "CallStack" can be specified on methods or attributes, 416 416 but "ScriptArguments" can be specified on methods only: