Bug 28083 - [V8] Fix the problem that isAttribute is set to false for onerror and onmessage in worker custom code.
Summary: [V8] Fix the problem that isAttribute is set to false for onerror and onmessa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 13:32 PDT by Jian Li
Modified: 2009-08-07 16:13 PDT (History)
2 users (show)

See Also:


Attachments
Proposed Patch (6.47 KB, patch)
2009-08-07 13:39 PDT, Jian Li
dglazkov: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-08-07 13:32:29 PDT
Fix the problem that isAttribute is set to false for onerror and onmessage in worker custom code.
Comment 1 Jian Li 2009-08-07 13:39:40 PDT
Created attachment 34320 [details]
Proposed Patch
Comment 2 Dimitri Glazkov (Google) 2009-08-07 13:48:19 PDT
Comment on attachment 34320 [details]
Proposed Patch

Wow, good catch. r=me.
Comment 3 Adam Barth 2009-08-07 16:13:05 PDT
Comment on attachment 34320 [details]
Proposed Patch

Clearing review flag on attachment: 34320

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/bindings/v8/custom/V8AbstractWorkerCustom.cpp
	M	WebCore/bindings/v8/custom/V8WorkerContextCustom.cpp
	M	WebCore/bindings/v8/custom/V8WorkerCustom.cpp
Committed r46922
	M	WebCore/ChangeLog
	M	WebCore/bindings/v8/custom/V8WorkerCustom.cpp
	M	WebCore/bindings/v8/custom/V8WorkerContextCustom.cpp
	M	WebCore/bindings/v8/custom/V8AbstractWorkerCustom.cpp
r46922 = 12e5c15a8427d9e3578e6eea9cf483696beb9dee (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46922
Comment 4 Adam Barth 2009-08-07 16:13:09 PDT
All reviewed patches have been landed.  Closing bug.