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

Unified Diff: Source/web/WebSpeechRecognitionResult.cpp

Issue 164713002: Oilpan: improve comment on why types need to be moved into WebCore. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSpeechRecognitionResult.cpp
diff --git a/Source/web/WebSpeechRecognitionResult.cpp b/Source/web/WebSpeechRecognitionResult.cpp
index bedf8b7e6f0751738d906168f06671851ce59811..fee75e2bc968d520fa05b8d8c5afe5bded17a73e 100644
--- a/Source/web/WebSpeechRecognitionResult.cpp
+++ b/Source/web/WebSpeechRecognitionResult.cpp
@@ -34,7 +34,10 @@
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
-// Move them into WebCore for the benefit of template aliases.
+// FIXME: oilpan: If the WebCore-qualified Oilpan transition types
+// used below map to CPP #defines, move the type names they expand to
+// into the WebCore namespace. When Oilpan is always enabled, this
+// block can be removed.
namespace WebCore {
using WTF::RawPtr;
using WTF::RefPtr;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698