WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
118054
Use & instead of | in the value of [CallWith]
https://bugs.webkit.org/show_bug.cgi?id=118054
Summary
Use & instead of | in the value of [CallWith]
Chris Dumez
Reported
2013-06-26 03:45:01 PDT
[CallWith=ScriptExecutionContext|ScriptState] meant that both the ScriptExecutionContext AND the ScriptState would be passed as arguments to the implementation (not one OR the other). We should use [CallWith=ScriptExecutionContext&ScriptState] for clarity.
Attachments
Patch
(8.10 KB, patch)
2013-06-26 04:08 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(7.19 KB, patch)
2013-06-27 23:23 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2013-06-26 04:08:58 PDT
Created
attachment 205468
[details]
Patch
Kentaro Hara
Comment 2
2013-06-26 04:45:43 PDT
Comment on
attachment 205468
[details]
Patch Makes sense.
Chris Dumez
Comment 3
2013-06-27 23:23:42 PDT
Created
attachment 205670
[details]
Patch
WebKit Commit Bot
Comment 4
2013-06-28 01:20:52 PDT
Comment on
attachment 205670
[details]
Patch Clearing flags on attachment: 205670 Committed
r152154
: <
http://trac.webkit.org/changeset/152154
>
WebKit Commit Bot
Comment 5
2013-06-28 01:20:54 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug