summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/plugin_stream.h')
-rw-r--r--webkit/glue/plugins/plugin_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/glue/plugins/plugin_stream.h b/webkit/glue/plugins/plugin_stream.h
index c5c8226..be9a594 100644
--- a/webkit/glue/plugins/plugin_stream.h
+++ b/webkit/glue/plugins/plugin_stream.h
@@ -120,12 +120,6 @@ class PluginStream : public base::RefCounted<PluginStream> {
bool seekable_stream_;
std::string mime_type_;
DISALLOW_EVIL_CONSTRUCTORS(PluginStream);
- // This pointer can be used to track if the stream object
- // got deleted while we call out to the plugin. To use
- // this set this pointer to point to a variable for the duration
- // of the call. If this pointer is valid we set the underlying
- // variable to true in the destructor of the stream object.
- bool* object_deleted_;
};
} // namespace NPAPI