Index: content/shell/common/webkit_test_helpers.cc |
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc |
index f33befdecf7c141ed1506e92bf90a283f2e78612..31e11ded814debbf329d289416d1ed8bc887d1c4 100644 |
--- a/content/shell/common/webkit_test_helpers.cc |
+++ b/content/shell/common/webkit_test_helpers.cc |
@@ -41,7 +41,6 @@ void ExportLayoutTestSpecificPreferences( |
to->caret_browsing_enabled = from.caretBrowsingEnabled; |
to->allow_displaying_insecure_content = from.allowDisplayOfInsecureContent; |
to->allow_running_insecure_content = from.allowRunningOfInsecureContent; |
- to->css_shaders_enabled = from.cssCustomFilterEnabled; |
to->should_respect_image_orientation = from.shouldRespectImageOrientation; |
to->asynchronous_spell_checking_enabled = |
from.asynchronousSpellCheckingEnabled; |