| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 640c8109986dde4ea7497ccc85ea1b63d27d5403..fe4c96d021c587d93053f2cc73a448c8b4c32097 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -971,6 +971,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case ObjectObserve:
|
| return willBeRemoved("'Object.observe'", 50, "6147094632988672");
|
|
|
| + case NonCSSStylesheetType:
|
| + return willBeRemoved("Using stylesheet links with types other than 'text/css'", 50, "XX"); // TODO feature number
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|