| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index b3024ae416b67fa73bcfbf6e131f309062f6b101..1f706b899e7ed67200502c046a2b60990d897356 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -784,6 +784,8 @@ public:
|
|
|
| HTMLHeadElement* head();
|
|
|
| + Element* viewportDefiningElement() const;
|
| +
|
| DocumentMarkerController* markers() const { return m_markers.get(); }
|
|
|
| bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }
|
|
|