summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/OESStandardDerivatives.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/OESStandardDerivatives.idl')
-rw-r--r--Source/WebCore/html/canvas/OESStandardDerivatives.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/canvas/OESStandardDerivatives.idl b/Source/WebCore/html/canvas/OESStandardDerivatives.idl
index a9d1dd6..6c0f788 100644
--- a/Source/WebCore/html/canvas/OESStandardDerivatives.idl
+++ b/Source/WebCore/html/canvas/OESStandardDerivatives.idl
@@ -24,7 +24,7 @@
*/
module html {
- interface [Conditional=3D_CANVAS, OmitConstructor, DontCheckEnums] OESStandardDerivatives {
+ interface [Conditional=WEBGL, OmitConstructor, DontCheckEnums] OESStandardDerivatives {
const unsigned int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
};
}