* css/makeprop.pl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@155550
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-09-11 Ryosuke Niwa <rniwa@webkit.org>
+
+ Make the table static const.
+
+ * css/makeprop.pl:
+
2013-09-11 Timothy Hatcher <timothy@apple.com>
Remove TimelineTraceEventProcessor since no current ports use it
return WTF::String(result);
}
-bool isInheritedPropertyTable[numCSSProperties + $numPredefinedProperties] = {
+static const bool isInheritedPropertyTable[numCSSProperties + $numPredefinedProperties] = {
false, // CSSPropertyInvalid
false, // CSSPropertyVariable
EOF