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

Unified Diff: Source/core/dom/Document.cpp

Issue 14070021: Rename 'UseCounter::observe' to 'UseCounter::count'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline. Created 7 years, 8 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
« no previous file with comments | « Source/bindings/tests/results/V8TestObj.cpp ('k') | Source/core/dom/EventTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index a79f7d5f27a2acb712e3ff5192ac3cddcc462671..6ce8cd93da90b8063f2f409a3087d810e9417026 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -2515,7 +2515,7 @@ void Document::processBaseElement()
target = &value;
}
if (contentSecurityPolicy()->isActive())
- UseCounter::observe(this, UseCounter::ContentSecurityPolicyWithBaseElement);
+ UseCounter::count(this, UseCounter::ContentSecurityPolicyWithBaseElement);
}
}
« no previous file with comments | « Source/bindings/tests/results/V8TestObj.cpp ('k') | Source/core/dom/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698