Index: Source/modules/screen_orientation/ScreenOrientationController.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
index e3d75596605f1c4ad16a60b6c633c0f784ba0b7f..1dbf13d691b353d992efd332a5ce18bae14501c8 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
@@ -16,9 +16,11 @@ |
namespace WebCore { |
+#if !ENABLE(OILPAN) |
sof
2014/05/27 18:49:35
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ScreenOrie
Inactive
2014/05/27 18:51:04
Is it OK to simply remove the destructor like I di
Inactive
2014/05/27 19:08:22
Done.
|
ScreenOrientationController::~ScreenOrientationController() |
{ |
} |
+#endif |
ScreenOrientationController& ScreenOrientationController::from(Document& document) |
{ |