| Index: third_party/WebKit/Source/core/frame/Settings.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.cpp b/third_party/WebKit/Source/core/frame/Settings.cpp
|
| index ba7c831aaf8312876adeba9bd8379f878b51c14c..5bb12b3928009f040c42883af1e4d7c08f31eb38 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.cpp
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -35,7 +36,8 @@ namespace blink {
|
| // NOTEs
|
| // 1) EditingMacBehavior comprises builds on Mac;
|
| // 2) EditingWindowsBehavior comprises builds on Windows;
|
| -// 3) EditingUnixBehavior comprises all unix-based systems, but Darwin/MacOS/Android (and then abusing the terminology);
|
| +// 3) EditingUnixBehavior comprises all unix-based systems, but
|
| +// Darwin/MacOS/Android (and then abusing the terminology);
|
| // 4) EditingAndroidBehavior comprises Android builds.
|
| // 99) MacEditingBehavior is used a fallback.
|
| static EditingBehaviorType editingBehaviorTypeForPlatform() {
|
|
|