| 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;
|
|
|