OSDN Git Service

Merge WebKit at r71558: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / rendering / FixedTableLayout.h
index bf26d1b..6c135c0 100644 (file)
@@ -36,7 +36,7 @@ public:
     virtual void computePreferredLogicalWidths(int& minWidth, int& maxWidth);
     virtual void layout();
 
-protected:
+private:
     int calcWidthArray(int tableWidth);
 
     Vector<Length> m_width;