Chromium Code Reviews| Index: Source/bindings/core/v8/ScriptPromiseProperties.h |
| diff --git a/Source/bindings/core/v8/ScriptPromiseProperties.h b/Source/bindings/core/v8/ScriptPromiseProperties.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ae0016830e41fc471da700ed563a94c9f6bec1c7 |
| --- /dev/null |
| +++ b/Source/bindings/core/v8/ScriptPromiseProperties.h |
| @@ -0,0 +1,12 @@ |
| +// 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. |
| + |
| +#ifndef ScriptPromiseProperties_h |
| +#define ScriptPromiseProperties_h |
| + |
| +// See ScriptPromiseProperty.h |
| +#define SCRIPT_PROMISE_PROPERTIES(P, ...) \ |
|
haraken
2014/07/03 02:43:20
Can we put this into V8HiddenValue.h, instead of a
|
| + P(Ready ## __VA_ARGS__) |
| + |
| +#endif // ScriptPromiseProperties_h |