Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / LayerRectList.cpp
index e95d273..f1834a6 100644 (file)
 #include "core/dom/Node.h"
 #include "core/testing/LayerRect.h"
 
-namespace WebCore {
+namespace blink {
 
 LayerRectList::LayerRectList()
 {
 }
 
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(LayerRectList)
-
 unsigned LayerRectList::length() const
 {
     return m_list.size();
@@ -66,4 +64,4 @@ void LayerRectList::trace(Visitor* visitor)
     visitor->trace(m_list);
 }
 
-} // namespace WebCore
+} // namespace blink