[Webkit-unassigned] [Bug 82879] New: Remove TreeScope::isShadowRoot()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 2 03:42:27 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82879
Summary: Remove TreeScope::isShadowRoot()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: shinyak at chromium.org
It seems weird that TreeScope has isShadowRoot().
We should do treeScope->rootNode()->isShadowRoot. Since rootNode() is inlined, the overall performance won't change.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list