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

Unified Diff: Source/web/WebNode.cpp

Issue 1083093004: Removing unnecessary blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: trybot fixing Created 5 years, 8 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
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/painting/PaintAggregator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNode.cpp
diff --git a/Source/web/WebNode.cpp b/Source/web/WebNode.cpp
index 164aafb27b625bde13189254178450c900cea768..614fbd2ef62ae0b098dc39c2dfdc74dfb03e8f6f 100644
--- a/Source/web/WebNode.cpp
+++ b/Source/web/WebNode.cpp
@@ -64,7 +64,7 @@ namespace blink {
namespace {
-class NodeDispatchEventTask: public blink::SuspendableTask {
+class NodeDispatchEventTask: public SuspendableTask {
WTF_MAKE_NONCOPYABLE(NodeDispatchEventTask);
public:
NodeDispatchEventTask(const WebPrivatePtr<Node>& node, WebDOMEvent event)
@@ -87,7 +87,7 @@ private:
WebDOMEvent m_event;
};
-class NodeDispatchSimulatedClickTask: public blink::SuspendableTask {
+class NodeDispatchSimulatedClickTask: public SuspendableTask {
WTF_MAKE_NONCOPYABLE(NodeDispatchSimulatedClickTask);
public:
NodeDispatchSimulatedClickTask(const WebPrivatePtr<Node>& node)
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/painting/PaintAggregator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698