Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1389)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserThread.h

Issue 1682423002: Remove WebWaitableEvent and replace it with WaitableEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
index f4d8559633d02bf42a16a96c9b2f726c6b70bfa6..3905792a7bfca13db9c166cbdd25b0f4e1954654 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
@@ -32,6 +32,7 @@
#define HTMLParserThread_h
#include "core/CoreExport.h"
+#include "platform/WaitableEvent.h"
#include "platform/WebThreadSupportingGC.h"
#include "wtf/Allocator.h"
#include "wtf/Functional.h"
@@ -59,7 +60,7 @@ private:
HTMLParserThread();
~HTMLParserThread();
void setupHTMLParserThread();
- void cleanupHTMLParserThread(WebWaitableEvent*);
+ void cleanupHTMLParserThread(WaitableEvent*);
OwnPtr<WebThreadSupportingGC> m_thread;
};
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698