Bug 77940 - Fix a build on Mac with '--shadow-dom'
Summary: Fix a build on Mac with '--shadow-dom'
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: 2012-02-06 23:36 PST by Hayato Ito
Modified: 2012-02-07 00:09 PST (History)
4 users (show)

See Also:


Attachments
fix mac build with Shadow DOM (9.71 KB, patch)
2012-02-06 23:48 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 2012-02-06 23:36:11 PST
'build-webkit --shadow-dom' failed:

Undefined symbols for architecture x86_64:
  "__ZN7WebCore19JSHTMLShadowElement6s_infoE", referenced from:
  ... omitted
collect2: ld returned 1 exit status
Comment 1 Hayato Ito 2012-02-06 23:48:40 PST
Created attachment 125773 [details]
fix mac build with Shadow DOM
Comment 2 WebKit Review Bot 2012-02-07 00:09:26 PST
Comment on attachment 125773 [details]
fix mac build with Shadow DOM

Clearing flags on attachment: 125773

Committed r106910: <http://trac.webkit.org/changeset/106910>
Comment 3 WebKit Review Bot 2012-02-07 00:09:30 PST
All reviewed patches have been landed.  Closing bug.