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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js
diff --git a/third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js b/third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js
index 4c83d40d210e8b8dd4c57ce905b22743cbdef977..1ebf908d60aeb4be536ab4327c47fbaab52a8390 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js
+++ b/third_party/WebKit/LayoutTests/fast/dom/script-tests/constructed-objects-prototypes.js
@@ -39,7 +39,6 @@ function constructorPropertiesOnWindow(globalObject)
type =="Uint8ClampedArrayConstructor" ||
type =="Uint16ArrayConstructor" ||
type =="Uint32ArrayConstructor" ||
- type == "FileErrorConstructor" ||
type == "FileReaderConstructor" ||
type == "AudioContextConstructor" ||
type == "SpeechSynthesisUtteranceConstructor")

Powered by Google App Engine
This is Rietveld 408576698