Index: webkit/glue/webworker_impl.h |
=================================================================== |
--- webkit/glue/webworker_impl.h (revision 19506) |
+++ webkit/glue/webworker_impl.h (working copy) |
@@ -119,6 +119,7 @@ |
// 'shadow page' - created to proxy loading requests from the worker. |
WTF::RefPtr<WebCore::ScriptExecutionContext> loading_document_; |
WebView* web_view_; |
+ bool asked_to_terminate_; |
WTF::RefPtr<WebCore::WorkerThread> worker_thread_; |