| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f32998b5515f10a278a310a531e314817f67f5bc..c4f85ca7cd56f511134e6c365ec5ff555b7e367d 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -304,7 +304,6 @@
|
| 'workers/WorkerLocation.idl',
|
| 'xml/DOMParser.idl',
|
| 'xml/XMLHttpRequest.idl',
|
| - 'xml/XMLHttpRequestException.idl',
|
| 'xml/XMLHttpRequestProgressEvent.idl',
|
| 'xml/XMLHttpRequestUpload.idl',
|
| 'xml/XMLSerializer.idl',
|
| @@ -1595,8 +1594,6 @@
|
| 'xml/XMLErrors.h',
|
| 'xml/XMLHttpRequest.cpp',
|
| 'xml/XMLHttpRequest.h',
|
| - 'xml/XMLHttpRequestException.cpp',
|
| - 'xml/XMLHttpRequestException.h',
|
| 'xml/XMLHttpRequestProgressEvent.h',
|
| 'xml/XMLHttpRequestProgressEventThrottle.cpp',
|
| 'xml/XMLHttpRequestProgressEventThrottle.h',
|
|
|