summaryrefslogtreecommitdiffstats
path: root/dom/canvas/WebGLContextUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/WebGLContextUtils.h')
-rw-r--r--dom/canvas/WebGLContextUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/canvas/WebGLContextUtils.h b/dom/canvas/WebGLContextUtils.h
index 5401fc878..1d06659b1 100644
--- a/dom/canvas/WebGLContextUtils.h
+++ b/dom/canvas/WebGLContextUtils.h
@@ -94,6 +94,8 @@ WebGLContext::WebGLObjectAsJSObject(JSContext* cx,
*/
const char* InfoFrom(WebGLTexImageFunc func, WebGLTexDimensions dims);
+JS::Value StringValue(JSContext* cx, const nsAString& str, ErrorResult& er);
+
} // namespace mozilla
#endif // WEBGL_CONTEXT_UTILS_H_