| Index: Source/core/dom/Promise.idl
|
| diff --git a/Source/core/dom/Promise.idl b/Source/core/dom/Promise.idl
|
| index 0df66f1c2b92f0ebbb3243b8fbcfcf46b7949579..3413c52df41094648c4c234dfd106049271f71c0 100644
|
| --- a/Source/core/dom/Promise.idl
|
| +++ b/Source/core/dom/Promise.idl
|
| @@ -28,9 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// FIXME: |PromiseValue| should be changed to |Promise|. http://crbug.com/266700
|
| -// IDLs using |Promise| should be written with "typedef any PromiseValue;" and |PromiseValue|.
|
| -
|
| callback PromiseInit = void (PromiseResolver resolver);
|
| callback AnyCallback = any (optional any value);
|
| [
|
|
|