WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 75204
Change CSS canvas code that does HashMap get/set to use the more efficient add idiom
https://bugs.webkit.org/show_bug.cgi?id=75204
Summary
Change CSS canvas code that does HashMap get/set to use the more efficient ad...
Darin Adler
Reported
2011-12-25 09:08:51 PST
Change CSS canvas code that does HashMap get/set to use the more efficient add idiom
Attachments
Patch
(2.13 KB, patch)
2011-12-25 09:10 PST
,
Darin Adler
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2011-12-25 09:10:10 PST
Created
attachment 120511
[details]
Patch
Darin Adler
Comment 2
2011-12-25 09:10:58 PST
While working on
bug 72477
, I stumbled on this easy-to-improve call site.
mitz
Comment 3
2011-12-25 09:14:16 PST
Comment on
attachment 120511
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=120511&action=review
> Source/WebCore/ChangeLog:9 > + (WebCore::Document::getCSSCanvasContext): Change local variable name of element to
Did you mean “of result”?
Darin Adler
Comment 4
2011-12-25 09:21:12 PST
Comment on
attachment 120511
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=120511&action=review
>> Source/WebCore/ChangeLog:9 >> + (WebCore::Document::getCSSCanvasContext): Change local variable name of element to > > Did you mean “of result”?
Sorry I was unclear. But I meant of element as in "of the element", the variable has always held an element, it was just named result.
WebKit Review Bot
Comment 5
2011-12-25 11:03:32 PST
Comment on
attachment 120511
[details]
Patch Clearing flags on attachment: 120511 Committed
r103671
: <
http://trac.webkit.org/changeset/103671
>
WebKit Review Bot
Comment 6
2011-12-25 11:03:36 PST
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