Bug 23334 - Compile failure in XMLTokenizerLibxml2.cpp
Summary: Compile failure in XMLTokenizerLibxml2.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Brett Wilson (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 15:53 PST by Brett Wilson (Google)
Modified: 2009-01-14 16:27 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Wilson (Google) 2009-01-14 15:53:58 PST
Revision 39909 introduced the use of the UNUSED_PARAM macro but didn't include <wtf/UnusedParam.h>

This breaks the Chromium build. Not sure why this doesn't break on Mac.
Comment 1 Mark Rowe (bdash) 2009-01-14 16:27:33 PST
Fixed with r39919.