| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index decf0a1c79281adf204f0eacade3e89615397dd2..d2dce20b1b4270cd89632c979074c06e2a7fade3 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -660,7 +660,7 @@ String UseCounter::deprecationMessage(Feature feature)
|
| return "FileError is deprecated. Please use the 'name' or 'message' attributes of DOMError rather than 'code'.";
|
|
|
| case ShowModalDialog:
|
| - return "Chromium is considering deprecating showModalDialog. Please use window.open and postMessage instead.";
|
| + return "showModalDialog is deprecated. Please use window.open and postMessage instead.";
|
|
|
| case CSSStyleSheetInsertRuleOptionalArg:
|
| return "Calling CSSStyleSheet.insertRule() with one argument is deprecated. Please pass the index argument as well: insertRule(x, 0).";
|
|
|