Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / css_properties.py
index cc4d987..27ac328 100755 (executable)
@@ -10,6 +10,7 @@ from name_utilities import lower_first
 class CSSProperties(in_generator.Writer):
     defaults = {
         'alias_for': None,
+        'runtime_flag': None,
         'longhands': '',
         'animatable': False,
         'inherited': False,