Index: cc/CCScrollbarAnimationControllerLinearFadeTest.cpp |
diff --git a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp |
index a40b930993c6246e97eca424ea6a872f17007cbf..0371765614a8d7c49466e091fb927ed598c498f4 100644 |
--- a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp |
+++ b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp |
@@ -21,7 +21,7 @@ protected: |
{ |
m_scrollLayer = CCLayerImpl::create(1); |
m_scrollLayer->addChild(CCLayerImpl::create(2)); |
- m_contentLayer = m_scrollLayer->children()[0].get(); |
+ m_contentLayer = m_scrollLayer->children()[0]; |
m_scrollbarLayer = CCScrollbarLayerImpl::create(3); |
m_scrollLayer->setMaxScrollPosition(IntSize(50, 50)); |