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..b6d44994ebc282fefa91dd116ffe6dc7cb459987 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1295,6 +1295,7 @@ class CORE_EXPORT Document : public ContainerNode, |
void maybeRecordLoadReason(WouldLoadReason); |
WouldLoadReason wouldLoadReason() { return m_wouldLoadReason; } |
+ const PropertyRegistry* propertyRegistry() const; |
PropertyRegistry* propertyRegistry(); |
// Indicates whether the user has interacted with this particular Document. |