Commit d73ae5a9 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Remove GC_PLUGIN_IGNORE for fixed bug from Blink's v8 serialization code.

BUG=644725

Change-Id: I37cefb2eedbf8d1771413eb0b5f70370ed7de9dd
Reviewed-on: https://chromium-review.googlesource.com/531671Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478816}
parent 6c84a944
...@@ -26,8 +26,8 @@ class File; ...@@ -26,8 +26,8 @@ class File;
// //
// A deserializer cannot be used multiple times; it is expected that its // A deserializer cannot be used multiple times; it is expected that its
// deserialize method will be invoked exactly once. // deserialize method will be invoked exactly once.
class GC_PLUGIN_IGNORE("https://crbug.com/644725") CORE_EXPORT class CORE_EXPORT V8ScriptValueDeserializer
V8ScriptValueDeserializer : public v8::ValueDeserializer::Delegate { : public v8::ValueDeserializer::Delegate {
STACK_ALLOCATED(); STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(V8ScriptValueDeserializer); WTF_MAKE_NONCOPYABLE(V8ScriptValueDeserializer);
......
...@@ -28,8 +28,8 @@ class Transferables; ...@@ -28,8 +28,8 @@ class Transferables;
// //
// A serializer cannot be used multiple times; it is expected that its serialize // A serializer cannot be used multiple times; it is expected that its serialize
// method will be invoked exactly once. // method will be invoked exactly once.
class GC_PLUGIN_IGNORE("https://crbug.com/644725") class CORE_EXPORT V8ScriptValueSerializer
CORE_EXPORT V8ScriptValueSerializer : public v8::ValueSerializer::Delegate { : public v8::ValueSerializer::Delegate {
STACK_ALLOCATED(); STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(V8ScriptValueSerializer); WTF_MAKE_NONCOPYABLE(V8ScriptValueSerializer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment