Bug 129518 - Micro-optimize JSNodeOwner::isReachableFromOpaqueRoots().
Summary: Micro-optimize JSNodeOwner::isReachableFromOpaqueRoots().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 16:42 PST by Andreas Kling
Modified: 2014-02-28 17:05 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2014-02-28 16:44 PST, Andreas Kling
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-02-28 16:42:36 PST
We can reorder things a bit to avoid unnecessary work.
Comment 1 Andreas Kling 2014-02-28 16:44:18 PST
Created attachment 225507 [details]
Patch
Comment 2 WebKit Commit Bot 2014-02-28 16:46:48 PST
Attachment 225507 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/js/JSNodeCustom.cpp:112:  preprocessor directives (e.g., #ifdef, #define, #import) should never be indented.  [whitespace/indent] [4]
ERROR: Source/WebCore/bindings/js/JSNodeCustom.cpp:117:  preprocessor directives (e.g., #ifdef, #define, #import) should never be indented.  [whitespace/indent] [4]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2014-02-28 17:05:54 PST
Committed r164900: <http://trac.webkit.org/changeset/164900>