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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp

Issue 1983953002: Replace uses of v8::Persistent with ScopedPersistent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/modules/webgl/WebGLProgram.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
index a33e2b584062f8e9e5eb3981d8a1d4820287bd63..d113ab08ed92246a19c4d720c02706dc3f265b12 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
@@ -147,7 +147,7 @@ bool WebGLProgram::detachShader(WebGLShader* shader)
}
}
-V8CopyablePersistent<v8::Array>* WebGLProgram::getPersistentCache()
+ScopedPersistent<v8::Array>* WebGLProgram::getPersistentCache()
{
return &m_shaderWrappers;
}

Powered by Google App Engine
This is Rietveld 408576698