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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 1908263002: Don't expose URL.createObjectURL and revokeObjectURL to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test cleanup Created 4 years, 7 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/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index e749d8dc8f364cd4e70ea78f030dda94d2892bdc..181f9bb6eacc1504fc913df0c7d4181a3f5de144 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -388,12 +388,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::During_Microtask_SyncXHR:
return willBeRemoved("Invoking 'send()' on a sync XHR during microtask execution", 53, "5647113010544640");
- case UseCounter::URLMethodCreateObjectURLServiceWorker:
- return willBeRemoved("The 'URL.createObjectURL' method in Service Workers", 52, "5685092332601344");
-
- case UseCounter::URLMethodRevokeObjectURLServiceWorker:
- return willBeRemoved("The 'URL.revokeObjectURL' method in Service Workers", 52, "5685092332601344");
-
case UseCounter::MediaStreamOnEnded:
return replacedWillBeRemoved("The MediaStream 'ended' event", "the MediaStream 'inactive' event", 53, "5730404371791872");

Powered by Google App Engine
This is Rietveld 408576698