Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: Source/core/core.gypi

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698