| Index: third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp
|
| index 97151473f77fa4024ab66ff8d688efa883df1554..c54970409cffdff967cd0546c99ec0f67a0091d9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp
|
| @@ -156,7 +156,7 @@ public:
|
|
|
| V8TestingScope m_scope;
|
| v8::TryCatch m_block;
|
| - RefPtrWillBePersistent<Document> m_document;
|
| + Persistent<Document> m_document;
|
| };
|
|
|
| TEST_F(ReadableStreamOperationsTest, IsReadableStream)
|
|
|