| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 0a54917cab973aff0ef97ee2603a58ec46aac015..0cb5b0d4d9c012747cbbffd1e81e9d5b41c44d33 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -247,14 +247,6 @@ public:
|
|
|
| String title() const;
|
|
|
| - // Called by the parser when this element's close tag is reached,
|
| - // signaling that all child tags have been parsed and added.
|
| - // This is needed for <applet> and <object> elements, which can't lay themselves out
|
| - // until they know all of their nested <param>s. [Radar 3603191, 4040848].
|
| - // Also used for script elements and some SVG elements for similar purposes,
|
| - // but making parsing a special case in this respect should be avoided if possible.
|
| - virtual void finishParsingChildren() { }
|
| -
|
| bool matches(const String& selectors, ExceptionState&);
|
|
|
| DOMTokenList& classList();
|
|
|