| Index: WebCore/WebCore.pro
|
| diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
|
| index 11a3dcbc3a744d4a47559618b747131d2a425f55..7d280e15dc66fad2560861ccc6b59f04ebfea176 100644
|
| --- a/WebCore/WebCore.pro
|
| +++ b/WebCore/WebCore.pro
|
| @@ -815,6 +815,7 @@ SOURCES += \
|
| platform/animation/Animation.cpp \
|
| platform/animation/AnimationList.cpp \
|
| platform/Arena.cpp \
|
| + platform/BlobItem.cpp \
|
| platform/text/Base64.cpp \
|
| platform/text/BidiContext.cpp \
|
| platform/ContentType.cpp \
|
| @@ -1564,6 +1565,7 @@ HEADERS += \
|
| platform/animation/Animation.h \
|
| platform/animation/AnimationList.h \
|
| platform/Arena.h \
|
| + platform/BlobItem.h \
|
| platform/ContentType.h \
|
| platform/ContextMenu.h \
|
| platform/CrossThreadCopier.h \
|
|
|