Bug 115770 - Remove unused method and de-virtualize others in Element.h
Summary: Remove unused method and de-virtualize others in Element.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 19:33 PDT by Ryosuke Niwa
Modified: 2013-05-08 00:57 PDT (History)
7 users (show)

See Also:


Attachments
Cleanup (2.53 KB, patch)
2013-05-07 19:34 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-07 19:33:12 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/c2c2ff9cb69f46f5cc9d289b2bfbdb8ab5bd3e49

The de-virtualization possibilities were noted whilst "FINALizing" the Node
hierarchy. If a method is successfully marked FINAL but then fails when marked
OVERRIDE as well, the method by definition does not need to be virtual.
Comment 1 Ryosuke Niwa 2013-05-07 19:34:20 PDT
Created attachment 201017 [details]
Cleanup
Comment 2 WebKit Commit Bot 2013-05-08 00:57:31 PDT
Comment on attachment 201017 [details]
Cleanup

Clearing flags on attachment: 201017

Committed r149718: <http://trac.webkit.org/changeset/149718>
Comment 3 WebKit Commit Bot 2013-05-08 00:57:34 PDT
All reviewed patches have been landed.  Closing bug.