Bug 11635

Summary: Fix potential issue with non-xslt build
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: All   
OS: All   
Attachments:
Description Flags
First attempt mitz: review+

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.