Bug 46865 - WebCore::ESpeak causes missing symbol with no ENABLE_SVG
Summary: WebCore::ESpeak causes missing symbol with no ENABLE_SVG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 18:46 PDT by Hajime Morrita
Modified: 2010-09-29 20:42 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.79 KB, patch)
2010-09-29 19:24 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2010-09-29 18:46:37 PDT
From error output:
out/Release/obj.target/third_party/WebKit/WebCore/WebCore.gyp/libwebcore_remaining.a(CSSStyleSelector.o): In function `WebCore::CSSStyleSelector::applyProperty(int, WebCore::CSSValue*)':
/b/slave/chromium-rel-linux-valgrind-builder/build/src/third_party/WebKit/WebCore/css/CSSStyleSelector.cpp:5489: undefined reference to `WebCore::CSSPrimitiveValue::operator WebCore::ESpeak<WebCore::ESpeak>() const'
out/Release/obj.target/third_party/WebKit/WebCore/WebCore.gyp/libwebcore_remaining.a(CSSComputedStyleDeclaration.o): In function `WTF::PassRefPtr<WebCore::CSSPrimitiveValue> WebCore::CSSPrimitiveValue::create<WebCore::ESpeak>(WebCore::ESpeak)':
/b/slave/chromium-rel-linux-valgrind-builder/build/src/third_party/WebKit/WebCore/css/CSSPrimitiveValue.h:107: undefined reference to `WebCore::CSSPrimitiveValue::CSSPrimitiveValue<WebCore::ESpeak>(WebCore::ESpeak)'

Seems introduced at http://trac.webkit.org/changeset/68680.

A patch will come shortly.
Comment 1 Hajime Morrita 2010-09-29 19:24:51 PDT
Created attachment 69296 [details]
Patch
Comment 2 Hajime Morrita 2010-09-29 19:34:19 PDT
Committed r68738: <http://trac.webkit.org/changeset/68738>
Comment 3 chris fleizach 2010-09-29 19:36:10 PDT
Comment on attachment 69296 [details]
Patch

R=me
Thanks
Comment 4 WebKit Review Bot 2010-09-29 20:42:51 PDT
http://trac.webkit.org/changeset/68738 might have broken Leopard Intel Debug (Tests)