| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 2a5f7b490cdb9622aaa1c6348342294d5f006ba6..6dab885210d7695a7c44f507aaa1f06413e051f6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -433,6 +433,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
|
|
| bool isViewSource() const { return m_isViewSource; }
|
| void setIsViewSource(bool);
|
| + void setIsViewSourceWithoutUniqueOrigin();
|
|
|
| bool sawElementsInKnownNamespaces() const {
|
| return m_sawElementsInKnownNamespaces;
|
|
|