| Index: third_party/WebKit/Source/core/frame/Deprecation.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.h b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| index c6d992a15e85d164f7d768b2eb4b0c8e14085452..acd458ba277d7236da0f38a4ae5ce3e40d71d1ae 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.h
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| @@ -43,6 +43,7 @@ public:
|
| static void countDeprecationIfNotPrivateScript(v8::Isolate*, ExecutionContext*, UseCounter::Feature);
|
| // Count only features if they're being used in an iframe which does not
|
| // have script access into the top level document.
|
| + static void countDeprecationCrossOriginIframe(const LocalFrame*, UseCounter::Feature);
|
| static void countDeprecationCrossOriginIframe(const Document&, UseCounter::Feature);
|
| static String deprecationMessage(UseCounter::Feature);
|
|
|
|
|