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

Unified Diff: Source/bindings/core/v8/WebGLAny.cpp

Issue 795833004: Use dictionaries for context creation attributes. Eliminate custom bindings. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years 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 | « Source/bindings/core/v8/WebGLAny.h ('k') | Source/bindings/core/v8/WrapCanvasContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/WebGLAny.cpp
diff --git a/Source/bindings/core/v8/WebGLAny.cpp b/Source/bindings/core/v8/WebGLAny.cpp
index 43494e045abf89913e82096528e374fbc0619a73..601b3c2b7318b57ad60a72cc679f5c388d18ea71 100644
--- a/Source/bindings/core/v8/WebGLAny.cpp
+++ b/Source/bindings/core/v8/WebGLAny.cpp
@@ -10,11 +10,6 @@
namespace blink {
-ScriptValue WebGLAny(ScriptState* scriptState)
-{
- return ScriptValue(scriptState, v8::Null(scriptState->isolate()));
-}
-
ScriptValue WebGLAny(ScriptState* scriptState, bool value)
{
return ScriptValue(scriptState, v8Boolean(value, scriptState->isolate()));
« no previous file with comments | « Source/bindings/core/v8/WebGLAny.h ('k') | Source/bindings/core/v8/WrapCanvasContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698