| Index: third_party/WebKit/Source/modules/notifications/Notification.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| index 3ecfcf118f2a1472aeb2b63772df3b7dba4b580d..23fe5b817e771fdc57a015e78ada06f944eab41b 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -35,6 +35,7 @@
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/DOMTimeStamp.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/vibration/NavigatorVibration.h"
|
| @@ -90,6 +91,7 @@ public:
|
| String tag() const;
|
| String icon() const;
|
| NavigatorVibration::VibrationPattern vibrate(bool& isNull) const;
|
| + DOMTimeStamp timestamp() const;
|
| bool silent() const;
|
| bool requireInteraction() const;
|
| ScriptValue data(ScriptState*);
|
|
|