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

Unified Diff: third_party/WebKit/Source/core/dom/ExceptionCode.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 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
Index: third_party/WebKit/Source/core/dom/ExceptionCode.h
diff --git a/third_party/WebKit/Source/core/dom/ExceptionCode.h b/third_party/WebKit/Source/core/dom/ExceptionCode.h
index 36c5d6b39af8c5c356c35f54c122c6aeb75f0727..61fa29488ea17ba44f0793d033ec39304dd11393 100644
--- a/third_party/WebKit/Source/core/dom/ExceptionCode.h
+++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h
@@ -13,7 +13,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ * USA
*/
#ifndef ExceptionCode_h
@@ -27,7 +28,8 @@ namespace blink {
// an exception of any type can be expressed with a single integer.
typedef int ExceptionCode;
-// This list must be in sync with the |domExceptions| in PrivateScriptRunner.js and |coreExceptions| in DOMExceptions.cpp.
+// This list must be in sync with the |domExceptions| in PrivateScriptRunner.js
+// and |coreExceptions| in DOMExceptions.cpp.
// Some of these are considered historical since they have been
// changed or removed from the specifications.
enum {
@@ -38,7 +40,8 @@ enum {
NoModificationAllowedError,
NotFoundError,
NotSupportedError,
- InUseAttributeError, // Historical. Only used in setAttributeNode etc which have been removed from the DOM specs.
+ InUseAttributeError, // Historical. Only used in setAttributeNode etc which
+ // have been removed from the DOM specs.
// Introduced in DOM Level 2:
InvalidStateError,

Powered by Google App Engine
This is Rietveld 408576698