| 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 28fc466a12f8576dd1b8a7ee98d8af321f1f2328..c6d992a15e85d164f7d768b2eb4b0c8e14085452 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.h
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.h
|
| @@ -41,6 +41,9 @@ public:
|
| // if you don't want to count metrics in private scripts. You should use
|
| // countDeprecationIfNotPrivateScript() in a binding layer.
|
| 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 Document&, UseCounter::Feature);
|
| static String deprecationMessage(UseCounter::Feature);
|
|
|
| protected:
|
|
|