| Index: Source/bindings/modules/v8/DictionaryForModules.h
|
| diff --git a/Source/bindings/modules/v8/DictionaryForModules.h b/Source/bindings/modules/v8/DictionaryForModules.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..19dc8b0c472dcb551558d0483d1e93edd15d3d73
|
| --- /dev/null
|
| +++ b/Source/bindings/modules/v8/DictionaryForModules.h
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// NOTE: We can remove this once we complete implementing IDL dictionaries.
|
| +
|
| +#ifndef DictionaryForModules_h
|
| +#define DictionaryForModules_h
|
| +
|
| +#include "bindings/core/v8/Dictionary.h"
|
| +#include "bindings/modules/v8/V8Headers.h"
|
| +
|
| +#endif
|
|
|