| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index ae786035d09e23820c793f09dc2c1651cea9ffe2..f811f8bad85aa3d632ef695eb23b5e31333d6f3b 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -197,6 +197,8 @@ public:
|
|
|
| void resetLocation();
|
|
|
| + bool isSecureContext() const;
|
| +
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(animationend);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(animationiteration);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(animationstart);
|
|
|