Index: Source/modules/screen_orientation/ScreenOrientationController.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
index 6a354383f22bdb4b1e7969023375e74bb655d124..2792d366e279501c6d64b55cc789a947df209bda 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
@@ -128,7 +128,7 @@ void ScreenOrientationController::notifyOrientationChanged() |
// Keep track of the frames that need to be notified before notifying the |
// current frame as it will prevent side effects from the change event |
// handlers. |
- WillBeHeapVector<RefPtrWillBeMember<LocalFrame> > childFrames; |
+ WillBeHeapVector<RefPtrWillBeMember<LocalFrame>> childFrames; |
for (Frame* child = frame()->tree().firstChild(); child; child = child->tree().nextSibling()) { |
if (child->isLocalFrame()) |
childFrames.append(toLocalFrame(child)); |