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

Unified Diff: Source/core/dom/Document.h

Issue 27207002: Add support for [PutForwards] IDL extended attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bindings generator Created 7 years, 2 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/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);

Powered by Google App Engine
This is Rietveld 408576698