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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1493023004: Add use counters for NodeFilter being a function or an object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 445fa20639839155474f3670c5414c9ec88f5016..ecc81deb2a528736644894d72fade55e6ea0c889 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -914,6 +914,8 @@ public:
RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056,
RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057,
RTCPeerConnectionGetStatsLegacyNonCompliant = 1058,
+ NodeFilterIsFunction = 1059,
+ NodeFilterIsObject = 1060,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698