Bug 78894 - Replace [V8OnInstance] with [V8Unforgeable]
Summary: Replace [V8OnInstance] with [V8Unforgeable]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 77393
  Show dependency treegraph
 
Reported: 2012-02-17 05:48 PST by Kentaro Hara
Modified: 2012-02-17 18:21 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.45 KB, patch)
2012-02-17 05:50 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-02-17 05:48:41 PST
[V8OnInstance] means that the method should be defined (not on a prototype chain but) on a DOM object. It is the same meaning as [V8Unforgeable]. We can replace [V8OnInstance] with [V8Unforgeable].
Comment 1 Kentaro Hara 2012-02-17 05:50:45 PST
Created attachment 127576 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-17 18:21:02 PST
Comment on attachment 127576 [details]
Patch

Clearing flags on attachment: 127576

Committed r108149: <http://trac.webkit.org/changeset/108149>
Comment 3 WebKit Review Bot 2012-02-17 18:21:07 PST
All reviewed patches have been landed.  Closing bug.