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

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

Issue 2607403002: Disallow setting invalid values for registered properties via CSSOM (Closed)
Patch Set: fix comments Created 3 years, 12 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: 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.
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698