Index: webkit/quota/quota_types.h |
diff --git a/webkit/quota/quota_types.h b/webkit/quota/quota_types.h |
index ec6ab45738252eaba43961add85f2850a86e7168..d8aeb88c4b91efd072bba8940bba8b59685df732 100644 |
--- a/webkit/quota/quota_types.h |
+++ b/webkit/quota/quota_types.h |
@@ -25,9 +25,8 @@ enum StorageType { |
kStorageTypeUnknown, |
}; |
-// TODO(tzik): Add assertions to |
-// content/browser/renderer_host/quota_dispatcher_host.cc |
-// ref) third_party/WebKit/Source/WebCore/dom/ExceptionCode.h, |
+// The numbers should match with the error code defined in |
+// third_party/WebKit/Source/WebCore/dom/ExceptionCode.h. |
enum QuotaStatusCode { |
kQuotaStatusOk = 0, |
kQuotaErrorNotSupported = 9, // NOT_SUPPORTED_ERR |