DescriptionUse & instead of | in the value of [CallWith] / [SetterCallWith]
[CallWith=ScriptExecutionContext|ScriptState] meant that both the
ScriptExecutionContext AND the ScriptState would be passed as
arguments to the implementation (not one OR the other).
This patch changes the semantics for those IDL extended attributes
to make it less confusing. Proper usage is now:
[CallWith=ScriptExecutionContext&ScriptState]
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153217
Patch Set 1 #
Messages
Total messages: 13 (0 generated)
|