Bug 41429

Summary: Buildfix for !ENABLE(SVG_FOREIGN_OBJECT)
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Patrick R. Gansterer 2010-06-30 14:25:00 PDT
see patch
Comment 1 Patrick R. Gansterer 2010-06-30 14:26:35 PDT
Created attachment 60153 [details]
Patch
Comment 2 WebKit Review Bot 2010-06-30 14:28:14 PDT
Attachment 60153 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/html/HTMLElementStack.cpp:165:  Line contains only semicolon. If this should be an empty statement, use { } instead.  [whitespace/semicolon] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Adam Barth 2010-06-30 15:22:26 PDT
We'll need to think about how to handle this case.  Our parsing of a page shoudn't be different based on the value of that define.
Comment 4 Eric Seidel (no email) 2010-06-30 15:24:10 PDT
SVGNames should aways define foreignObject, even when it's not compiled in.  This is the wrong fix.
Comment 5 Eric Seidel (no email) 2010-06-30 15:24:32 PDT
(In reply to comment #4)
> SVGNames should aways define foreignObject, even when it's not compiled in.  This is the wrong fix.

even when support for foreignObject is not compiled in I mean.
Comment 6 WebKit Commit Bot 2010-06-30 15:25:03 PDT
Comment on attachment 60153 [details]
Patch

Clearing flags on attachment: 60153

Committed r62208: <http://trac.webkit.org/changeset/62208>
Comment 7 WebKit Commit Bot 2010-06-30 15:25:08 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Eric Seidel (no email) 2010-06-30 16:10:08 PDT
Filed bug 41433 for the proper fix.