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

Unified Diff: third_party/WebCore/dom/CustomElementConstructor.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « third_party/WebCore/css/StyleSheet.idl ('k') | third_party/WebCore/dom/CustomEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/CustomElementConstructor.idl
diff --git a/third_party/WebCore/Modules/webaudio/WaveTable.idl b/third_party/WebCore/dom/CustomElementConstructor.idl
similarity index 89%
copy from third_party/WebCore/Modules/webaudio/WaveTable.idl
copy to third_party/WebCore/dom/CustomElementConstructor.idl
index d153b603e6709155ee63eb23d1e1d02ef121a817..47c530f87deae67fa5fda1e139b05cb98a073b0d 100644
--- a/third_party/WebCore/Modules/webaudio/WaveTable.idl
+++ b/third_party/WebCore/dom/CustomElementConstructor.idl
@@ -22,10 +22,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// WaveTable represents a periodic audio waveform given by its Fourier coefficients.
[
- Conditional=WEB_AUDIO,
- ImplementationLacksVTable
-] interface WaveTable {
-
+ Conditional=CUSTOM_ELEMENTS,
+ V8EnabledAtRuntime=customDOMElements,
+ V8WrapAsFunction,
+ CustomCall
+] interface CustomElementConstructor {
};
« no previous file with comments | « third_party/WebCore/css/StyleSheet.idl ('k') | third_party/WebCore/dom/CustomEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698