Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / screen_orientation / ScreenOrientation.cpp
index 0172e47..d83104e 100644 (file)
@@ -88,7 +88,7 @@ ScreenOrientation* ScreenOrientation::create(LocalFrame* frame)
 {
     ASSERT(frame);
 
-    ScreenOrientation* orientation = adoptRefCountedGarbageCollectedWillBeNoop(new ScreenOrientation(frame));
+    ScreenOrientation* orientation = new ScreenOrientation(frame);
     ASSERT(orientation->controller());
     // FIXME: ideally, we would like to provide the ScreenOrientationController
     // the case where it is not defined but for the moment, it is eagerly