Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index e930b22f71aec6bef12d95adb5b125b2f5991476..b01ef0723fab236a4f22fb93d160eda7e8e4d7ad 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -301,6 +301,8 @@ public: |
HTMLAppletElement = 280, |
HTMLMediaElementSeekToFragmentStart = 281, |
HTMLMediaElementPauseAtFragmentEnd = 282, |
+ PrefixedWindowURL = 283, |
+ PrefixedWorkerURL = 284, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
NumberOfFeatures, // This enum value must be last. |