Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / SubtreeLayoutScope.h
index fc9219f..116f393 100644 (file)
@@ -42,7 +42,7 @@
 // It ensures that you don't accidentally mark part of the tree as
 // needing layout and not actually lay it out.
 
-namespace WebCore {
+namespace blink {
 
 class RenderObject;
 
@@ -60,7 +60,7 @@ public:
 private:
     RenderObject& m_root;
 
-#ifndef NDEBUG
+#if ENABLE(ASSERT)
     HashSet<RenderObject*> m_renderersToLayout;
 #endif
 };