| Index: chrome/common/extensions/extension_file_util.cc
 | 
| diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc
 | 
| index 1420b9e3120d380262c4a9e3bf94c3d1f176dab7..6fdccfd80b6f36e8f6e2e9ed946da518d3887f00 100644
 | 
| --- a/chrome/common/extensions/extension_file_util.cc
 | 
| +++ b/chrome/common/extensions/extension_file_util.cc
 | 
| @@ -115,7 +115,7 @@ Extension* LoadExtension(const FilePath& extension_path,
 | 
|    }
 | 
|  
 | 
|    JSONFileValueSerializer serializer(manifest_path);
 | 
| -  scoped_ptr<Value> root(serializer.Deserialize(error));
 | 
| +  scoped_ptr<Value> root(serializer.Deserialize(NULL, error));
 | 
|    if (!root.get()) {
 | 
|      if (error->empty()) {
 | 
|        // If |error| is empty, than the file could not be read.
 | 
| 
 |