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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h

Issue 1974713003: Speed up fix for expando-loss conformance test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add V8CopyablePersistent alias to avoid incorrect usage. Created 4 years, 7 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
Index: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
index 2918c96ce939679e0cfddb2732d0f476d0c7b9f6..6e1795e22b4c29dabad2f0bd154e8e1bd87cc9f6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -48,6 +48,15 @@ class ScriptWrappable;
V(thenableHiddenPromise) \
V(toStringString) \
V(injectedScriptNative) \
+ V(webgl2DTextures) \
+ V(webgl2DArrayTextures) \
+ V(webgl3DTextures) \
+ V(webglAttachments) \
+ V(webglBuffers) \
+ V(webglCubeMapTextures) \
+ V(webglExtensions) \
+ V(webglMisc) \
+ V(webglShaders) \
SCRIPT_PROMISE_PROPERTIES(V, Promise) \
SCRIPT_PROMISE_PROPERTIES(V, Resolver)

Powered by Google App Engine
This is Rietveld 408576698