| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 286a5d8cf70c4ebcfd02f450d0da638078867a3c..a2ebd22bd4acbceb4ac5addb2a8c8e406340ca16 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1157,6 +1157,8 @@ private:
|
| void setHoverNode(PassRefPtrWillBeRawPtr<Node>);
|
| Node* hoverNode() const { return m_hoverNode.get(); }
|
|
|
| + AtomicString localNameForHTMLDocument(const AtomicString&);
|
| +
|
| typedef HashSet<OwnPtr<EventFactoryBase> > EventFactorySet;
|
| static EventFactorySet& eventFactories();
|
|
|
|
|