Bug 119616 - [Qt] Build fix (typo in WebCore/xml/parser/XMLDocumentParserQt.cpp)
Summary: [Qt] Build fix (typo in WebCore/xml/parser/XMLDocumentParserQt.cpp)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 01:04 PDT by Julien Brianceau
Modified: 2013-08-09 02:03 PDT (History)
1 user (show)

See Also:


Attachments
Build fix (1.41 KB, patch)
2013-08-09 01:12 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-08-09 01:04:29 PDT
Changeset r153826 broke our sh4 build bot: http://build.webkit.org/builders/Qt%20Linux%20SH4%20Release/builds/28477

/local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/WebCore/xml/parser/XMLDocumentParserQt.cpp: In constructor 'WebCore::XMLDocumentParser::XMLDocumentParser(WebCore::DocumentFragment*, WebCore::Element*, WebCore::ParserContentPolicy)':
/local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/WebCore/xml/parser/XMLDocumentParserQt.cpp:159:49: error: base operand of '->' has non-pointer type 'const WebCore::Attribute'
make[3]: *** [.obj/release-shared/xml/parser/XMLDocumentParserQt.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Comment 1 Julien Brianceau 2013-08-09 01:12:24 PDT
Created attachment 208403 [details]
Build fix
Comment 2 WebKit Commit Bot 2013-08-09 02:03:43 PDT
Comment on attachment 208403 [details]
Build fix

Clearing flags on attachment: 208403

Committed r153878: <http://trac.webkit.org/changeset/153878>
Comment 3 WebKit Commit Bot 2013-08-09 02:03:46 PDT
All reviewed patches have been landed.  Closing bug.