Bug 11635 - Fix potential issue with non-xslt build
Summary: Fix potential issue with non-xslt build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 12:02 PST by Sam Weinig
Modified: 2006-11-17 12:49 PST (History)
0 users

See Also:


Attachments
First attempt (3.24 KB, patch)
2006-11-17 12:16 PST, Rob Buis
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2006-11-17 12:02:01 PST
On line 203 of WebCore/dom/ProcessingInstruction.cpp (http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/ProcessingInstruction.cpp#L203) the "ASSERT(!m_isXSL);" should be wrapped in an #if XSLT_SUPPORT block.
Comment 1 Rob Buis 2006-11-17 12:16:04 PST
Created attachment 11554 [details]
First attempt

As the ChangeLog entry says, fixes the issues and does some style fixing.
Cheers,

Rob.
Comment 2 mitz 2006-11-17 12:20:51 PST
Comment on attachment 11554 [details]
First attempt

r=me
Comment 3 Rob Buis 2006-11-17 12:49:46 PST
Landed in r17829.