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

Unified Diff: sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/bindings/core/v8/Dictionary.cpp ('k') | sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp
diff --git a/sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp b/sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp
index 72c35ec642733eefff105bd1c8ee724072295aaf..579b0d2b4556c7703164284bf194481f75267a8e 100644
--- a/sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp
+++ b/sky/engine/bindings/core/v8/DictionaryHelperForCore.cpp
@@ -33,7 +33,6 @@
#include "bindings/core/v8/V8DOMError.h"
#include "bindings/core/v8/V8Element.h"
#include "bindings/core/v8/V8EventTarget.h"
-#include "bindings/core/v8/V8MediaKeyError.h"
#include "bindings/core/v8/V8Path2D.h"
#include "bindings/core/v8/V8VoidCallback.h"
#include "bindings/core/v8/V8Window.h"
@@ -416,18 +415,12 @@ struct DictionaryHelperTraits<ArrayBufferView> {
};
template <>
-struct DictionaryHelperTraits<MediaKeyError> {
- typedef V8MediaKeyError type;
-};
-
-template <>
struct DictionaryHelperTraits<DOMError> {
typedef V8DOMError type;
};
template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtr<Uint8Array>& value);
template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtr<ArrayBufferView>& value);
-template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtr<MediaKeyError>& value);
template bool DictionaryHelper::get(const Dictionary&, const String& key, RefPtr<DOMError>& value);
template <typename T>
@@ -588,7 +581,6 @@ template bool DictionaryHelper::convert(const Dictionary&, Dictionary::Conversio
template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtr<LocalDOMWindow>& value);
template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtr<Uint8Array>& value);
template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtr<ArrayBufferView>& value);
-template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtr<MediaKeyError>& value);
template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, RefPtr<EventTarget>& value);
} // namespace blink
« no previous file with comments | « sky/engine/bindings/core/v8/Dictionary.cpp ('k') | sky/engine/bindings/core/v8/custom/V8WindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698