Chromium Code Reviews| 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 d7adbbbb1db85b666a3afa85f0f9c5fc3fc1163a..9501541a2fbe02dcee059fb807f2181d6ee54967 100644 |
| --- a/third_party/WebKit/Source/core/dom/Document.h |
| +++ b/third_party/WebKit/Source/core/dom/Document.h |
| @@ -1296,6 +1296,7 @@ class CORE_EXPORT Document : public ContainerNode, |
| WouldLoadReason wouldLoadReason() { return m_wouldLoadReason; } |
| PropertyRegistry* propertyRegistry(); |
| + const PropertyRegistry* propertyRegistry() const; |
|
Timothy Loh
2017/01/09 05:07:23
needs a rebase, this exists now :O
alancutter (OOO until 2018)
2017/01/16 00:23:52
Rebased.
|
| // Indicates whether the user has interacted with this particular Document. |
| void setHasReceivedUserGesture() { m_hasReceivedUserGesture = true; } |