summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/patches/page-speed-1.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/patches/page-speed-1.9.patch')
-rw-r--r--sca-cpp/trunk/patches/page-speed-1.9.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-cpp/trunk/patches/page-speed-1.9.patch b/sca-cpp/trunk/patches/page-speed-1.9.patch
new file mode 100644
index 0000000000..997a88ee8a
--- /dev/null
+++ b/sca-cpp/trunk/patches/page-speed-1.9.patch
@@ -0,0 +1,11 @@
+--- third_party/instaweb/src/net/instaweb/rewriter/elide_attributes_filter.cc
++++ third_party/instaweb/src/net/instaweb/rewriter/elide_attributes_filter.cc
+@@ -82,7 +82,7 @@
+
+ const TagAttrValue kDefaultList[] = {
+ {"script", "language", NULL},
+- {"script", "type", NULL},
++ {"script", "type", "text/javascript"},
+ {"style", "type", NULL},
+ {"br", "clear", "none"},
+ {"a", "shape", "rect"},