Index: Source/modules/screen_orientation/ScreenOrientationController.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
index ab8288facb71132635a6b365185d186fd23338ae..ce82d2e80e7b59d1cd00c3cabf1a7f5f50dcac35 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
@@ -16,7 +16,9 @@ |
namespace WebCore { |
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScreenOrientationController) |
+ScreenOrientationController::~ScreenOrientationController() |
+{ |
+} |
ScreenOrientationController& ScreenOrientationController::from(Document& document) |
{ |