Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: Source/WebCore/html/parser/HTMLConstructionSite.h

Issue 10736069: Merge 118589 - Fix for self-closing <use> tags (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/html/parser/HTMLConstructionSite.h
===================================================================
--- Source/WebCore/html/parser/HTMLConstructionSite.h (revision 122595)
+++ Source/WebCore/html/parser/HTMLConstructionSite.h (working copy)
@@ -155,7 +155,7 @@
// tokens produce only one DOM mutation.
typedef Vector<HTMLConstructionSiteTask, 1> AttachmentQueue;
- void attachLater(ContainerNode* parent, PassRefPtr<Node> child);
+ void attachLater(ContainerNode* parent, PassRefPtr<Node> child, bool selfClosing = false);
void findFosterSite(HTMLConstructionSiteTask&);
« no previous file with comments | « LayoutTests/svg/custom/svg-self-closing-use-expected.html ('k') | Source/WebCore/html/parser/HTMLConstructionSite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698