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

Unified Diff: third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h

Issue 276011: [v8] Check for availablity of the media engine (Closed)
Patch Set: only diffs Created 11 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h
diff --git a/third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h b/third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h
index 71dd88e5e84664152cbbe4fc15fed58d75eca43a..d5e02ace7f2ab2fb2a67159c0c44d404477ccda5 100644
--- a/third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h
+++ b/third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h
@@ -254,6 +254,10 @@ namespace WebCore {
#if ENABLE(VIDEO)
DECLARE_PROPERTY_ACCESSOR_GETTER(DOMWindowAudio);
DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowAudio);
+ DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowHTMLMediaElement);
+ DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowHTMLAudioElement);
+ DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowHTMLVideoElement);
+ DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowMediaError);
scherkus (not reviewing) 2009/10/15 23:54:52 might also have to do runtime enabling of TimeRang
#endif
DECLARE_PROPERTY_ACCESSOR_GETTER(DOMWindowImage);
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698