Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / gn / input_file_manager.h
index 82b3cc5..d8592a0 100644 (file)
@@ -117,6 +117,7 @@ class InputFileManager : public base::RefCountedThreadSafe<InputFileManager> {
 
     // Null before the file is loaded or if loading failed.
     scoped_ptr<ParseNode> parsed_root;
+    Err parse_error;
   };
 
   virtual ~InputFileManager();