diff options
Diffstat (limited to 'chrome/common/json_schema_validator.h')
-rw-r--r-- | chrome/common/json_schema_validator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/json_schema_validator.h b/chrome/common/json_schema_validator.h index 9af31fb..68030f8 100644 --- a/chrome/common/json_schema_validator.h +++ b/chrome/common/json_schema_validator.h @@ -113,6 +113,8 @@ class JSONSchemaValidator { // not be used with untrusted schemas. JSONSchemaValidator(DictionaryValue* schema, ListValue* types); + ~JSONSchemaValidator(); + // Whether the validator allows additional items for objects and lists, beyond // those defined by their schema, by default. // |