Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2150)

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.cpp

Issue 302603005: Regression(r174876): Use OILPAN empty destructor macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698