Index: third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h |
diff --git a/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h b/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h |
index 091d4abc9eeb412bbef5f26da6b596f951e43a7a..a9ff107de337a6e2a0956dd9f6c6c89f84a683b6 100644 |
--- a/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h |
+++ b/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h |
@@ -12,6 +12,7 @@ namespace blink { |
class DOMWindowDeviceOrientation { |
public: |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientation); |
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientationabsolute); |
}; |
} // namespace blink |