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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 215313003: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Git is hard Created 6 years, 9 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/core/frame/UseCounter.h ('k') | Source/web/tests/data/touch-action-tests.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index af8a44487cfb35827eca4c60e41e5e7604503e2f..ba5c0cca9b8a132a19a17e2afdce9f338b80fc61 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -673,9 +673,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedPutImageDataHD:
return "'CanvasRenderingContext2D.webkitPutImageDataHD' is deprecated. Please use putImageData instead.";
- case ShadowRootApplyAuthorStyles:
- return "'ShadowRoot.applyAuthorStyles' is deprecated.";
-
case PrefixedSpeechAttribute:
return "The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.";
@@ -691,7 +688,6 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedCancelRequestAnimationFrame:
return "'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead.";
- // Features that aren't deprecated don't have a deprecation message.
default:
return String();
}
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/web/tests/data/touch-action-tests.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698