Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / AutoTableLayout.h
index dfdd985..33d3288 100644 (file)
@@ -26,7 +26,7 @@
 #include "platform/Length.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderTable;
 class RenderTableCell;
@@ -34,7 +34,7 @@ class RenderTableCell;
 class AutoTableLayout FINAL : public TableLayout {
 public:
     AutoTableLayout(RenderTable*);
-    ~AutoTableLayout();
+    virtual ~AutoTableLayout();
 
     virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) OVERRIDE;
     virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
@@ -76,6 +76,6 @@ private:
     mutable bool m_effectiveLogicalWidthDirty : 1;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AutoTableLayout_h