Index: webkit/glue/webpreferences.h |
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h |
index e1648e4618c433d684e9b038fe358a24a9179b2e..06ff504b8431a061c520b14ec5d9e450e2a81b04 100644 |
--- a/webkit/glue/webpreferences.h |
+++ b/webkit/glue/webpreferences.h |
@@ -45,6 +45,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences { |
int minimum_logical_font_size; |
std::string default_encoding; |
bool javascript_enabled; |
+ bool dart_enabled; |
bool web_security_enabled; |
bool javascript_can_open_windows_automatically; |
bool loads_images_automatically; |