| Index: Source/modules/webdatabase/SQLTransactionState.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionState.h b/Source/modules/webdatabase/SQLTransactionState.h
|
| index 8260099b85f171d5af87eeaf9a38010f584f1684..0cb146c3f6f39ef14f47160487d0801b55a3def2 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionState.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionState.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "wtf/EnumClass.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ENUM_CLASS(SQLTransactionState) {
|
| End = 0,
|
| @@ -47,6 +47,6 @@ ENUM_CLASS(SQLTransactionState) {
|
| NumberOfStates // Always keep this at the end of the list.
|
| } ENUM_CLASS_END(SQLTransactionState);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionState_h
|
|
|