Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 829704573eadaec8ea0cc51bce945c141ca81919..f640c251fc217861a68a520c0c53959be749b3cf 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -120,6 +120,7 @@ class LayoutPoint; |
class LayoutRect; |
class LiveNodeListBase; |
class Locale; |
+class Location; |
class MediaQueryList; |
class MediaQueryMatcher; |
class MouseEventWithHitTestResults; |
@@ -311,6 +312,8 @@ public: |
bool hasManifest() const; |
+ Location* location() const; |
+ |
PassRefPtr<Element> createElement(const AtomicString& name, ExceptionState&); |
PassRefPtr<DocumentFragment> createDocumentFragment(); |
PassRefPtr<Text> createTextNode(const String& data); |