Bug 106207 - Cannot compile with ENABLE_SHADOW_DOM=0 and ENABLE_STYLE_SCOPED=1
Summary: Cannot compile with ENABLE_SHADOW_DOM=0 and ENABLE_STYLE_SCOPED=1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-06 21:10 PST by Hayato Ito
Modified: 2013-01-07 01:08 PST (History)
6 users (show)

See Also:


Attachments
Add a guard. (1.71 KB, patch)
2013-01-06 23:41 PST, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2013-01-06 21:10:13 PST
Build log.

../../third_party/WebKit/Source/WebCore/css/StyleScopeResolver.cpp: In member function 'void WebCore::StyleScopeResolver::addHostRule(WebCore::StyleRuleHost*, bool, const WebCore::ContainerNode*)':
../../third_party/WebKit/Source/WebCore/css/StyleScopeResolver.cpp:185:64: error: invalid use of incomplete type 'struct WebCore::StyleRuleHost'
../../third_party/WebKit/Source/WebCore/css/StyleScopeResolver.h:43:7: error: forward declaration of 'struct WebCore::StyleRuleHost'
Comment 1 Hayato Ito 2013-01-06 23:41:37 PST
Created attachment 181480 [details]
Add a guard.
Comment 2 WebKit Review Bot 2013-01-07 01:08:22 PST
Comment on attachment 181480 [details]
Add a guard.

Clearing flags on attachment: 181480

Committed r138929: <http://trac.webkit.org/changeset/138929>
Comment 3 WebKit Review Bot 2013-01-07 01:08:26 PST
All reviewed patches have been landed.  Closing bug.