Bug 23334
Summary: | Compile failure in XMLTokenizerLibxml2.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brett Wilson (Google) <brettw> |
Component: | DOM | Assignee: | Brett Wilson (Google) <brettw> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Brett Wilson (Google)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
Fixed with r39919.