Bug 129518

Summary: Micro-optimize JSNodeOwner::isReachableFromOpaqueRoots().
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

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>