Index: Source/modules/screen_orientation/LockOrientationCallback.h |
diff --git a/Source/modules/screen_orientation/LockOrientationCallback.h b/Source/modules/screen_orientation/LockOrientationCallback.h |
index 998453c5318595822a47d71101c7fd46f814c543..df43a17bda089283489aee68d4dde0fecc2600e6 100644 |
--- a/Source/modules/screen_orientation/LockOrientationCallback.h |
+++ b/Source/modules/screen_orientation/LockOrientationCallback.h |
@@ -26,6 +26,7 @@ public: |
virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE; |
virtual void onError(ErrorType) OVERRIDE; |
+ virtual void onError(blink::WebLockOrientationError) OVERRIDE; |
private: |
RefPtr<ScriptPromiseResolverWithContext> m_resolver; |
@@ -34,4 +35,3 @@ private: |
} // namespace WebCore |
#endif // LockOrientationCallback_h |
- |