| Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| index b068f8713ac9629091ce4a9bd65cf9d219388153..792c773e5b07fe710bb2175a07a13434ac4a342a 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef WebGLFramebuffer_h
|
| #define WebGLFramebuffer_h
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| #include "modules/webgl/WebGLContextObject.h"
|
| #include "modules/webgl/WebGLSharedObject.h"
|
|
|
| @@ -95,7 +94,7 @@ public:
|
|
|
| GLenum getReadBuffer() const { return m_readBuffer; }
|
|
|
| - ScopedPersistent<v8::Array>* getPersistentCache();
|
| + virtual void visitChildDOMWrappers(v8::Isolate*, const v8::Persistent<v8::Object>&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| @@ -130,8 +129,6 @@ private:
|
| Vector<GLenum> m_filteredDrawBuffers;
|
|
|
| GLenum m_readBuffer;
|
| -
|
| - ScopedPersistent<v8::Array> m_attachmentWrappers;
|
| };
|
|
|
| } // namespace blink
|
|
|