| Index: third_party/WebKit/Source/core/dom/DOMStringList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMStringList.h b/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| index e071da9ae67e23866b156460d33adb61f1e06cb0..8e27a79d8d5bc079d96a1a3cf875b7bb5a6b4bd6 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMStringList.h
|
| @@ -36,8 +36,8 @@ namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| -// FIXME: Some consumers of this class may benefit from lazily fetching items rather
|
| -// than creating the list statically as is currently the only option.
|
| +// FIXME: Some consumers of this class may benefit from lazily fetching items
|
| +// rather than creating the list statically as is currently the only option.
|
| class CORE_EXPORT DOMStringList final
|
| : public GarbageCollectedFinalized<DOMStringList>,
|
| public ScriptWrappable {
|
|
|