| 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&);
|
|
|
|
|