summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--net/base/sdch_filter.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index b923c30..9f83938 100644
--- a/DEPS
+++ b/DEPS
@@ -13,7 +13,7 @@ deps = {
"http://google-url.googlecode.com/svn/trunk@100",
"src/sdch/open-vcdiff":
- "http://open-vcdiff.googlecode.com/svn/trunk@22",
+ "http://open-vcdiff.googlecode.com/svn/trunk@26",
"src/testing/gtest":
"http://googletest.googlecode.com/svn/trunk@214",
diff --git a/net/base/sdch_filter.cc b/net/base/sdch_filter.cc
index 1cea7fc0..a778f59 100644
--- a/net/base/sdch_filter.cc
+++ b/net/base/sdch_filter.cc
@@ -408,6 +408,7 @@ Filter::FilterStatus SdchFilter::InitializeDictionary() {
}
dictionary_ = dictionary;
vcdiff_streaming_decoder_.reset(new open_vcdiff::VCDiffStreamingDecoder);
+ vcdiff_streaming_decoder_->SetAllowVcdTarget(false);
vcdiff_streaming_decoder_->StartDecoding(dictionary_->text().data(),
dictionary_->text().size());
decoding_status_ = DECODING_IN_PROGRESS;