summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/OESTextureFloat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/OESTextureFloat.idl')
-rw-r--r--Source/WebCore/html/canvas/OESTextureFloat.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/canvas/OESTextureFloat.idl b/Source/WebCore/html/canvas/OESTextureFloat.idl
index e255875..3319fd9 100644
--- a/Source/WebCore/html/canvas/OESTextureFloat.idl
+++ b/Source/WebCore/html/canvas/OESTextureFloat.idl
@@ -24,6 +24,6 @@
*/
module html {
- interface [Conditional=3D_CANVAS, OmitConstructor] OESTextureFloat {
+ interface [Conditional=WEBGL, OmitConstructor] OESTextureFloat {
};
}