| Index: tools/json_schema_compiler/dart_test/empty_type.idl
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/failures/b.js b/tools/json_schema_compiler/dart_test/empty_type.idl
|
| similarity index 66%
|
| copy from chrome/test/data/extensions/api_test/webnavigation/failures/b.js
|
| copy to tools/json_schema_compiler/dart_test/empty_type.idl
|
| index 4956417ad1dac03f440608c60371b00a8734d640..af5de841a4ba0b2bab76305ca425097a1e556e81 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/failures/b.js
|
| +++ b/tools/json_schema_compiler/dart_test/empty_type.idl
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -onload = function() {
|
| - document.location = 'c.html';
|
| +namespace empty_type {
|
| + // Documentation for EmptyType.
|
| + dictionary EmptyType {
|
| + };
|
| };
|
|
|