| 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 b76bac218d975fad34ba50b2516c19d2d104ec56..05c4a26d57b4d63f83b1fac12d12ad43d99f96df 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -177,9 +177,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::ConsoleMarkTimeline:
|
| return replacedBy("'console.markTimeline'", "'console.timeStamp'");
|
|
|
| - case UseCounter::FileError:
|
| - return String::format("'FileError is deprecated and will be removed in %s. Please use the 'name' or 'message' attributes of the error rather than 'code'. See https://www.chromestatus.com/features/6687420359639040 for more details.", milestoneString(53));
|
| -
|
| case UseCounter::CSSStyleSheetInsertRuleOptionalArg:
|
| return "Calling CSSStyleSheet.insertRule() with one argument is deprecated. Please pass the index argument as well: insertRule(x, 0).";
|
|
|
|
|