summaryrefslogtreecommitdiff
path: root/Source/WebCore/fileapi/FileReaderLoaderClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/fileapi/FileReaderLoaderClient.h')
-rw-r--r--Source/WebCore/fileapi/FileReaderLoaderClient.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/WebCore/fileapi/FileReaderLoaderClient.h b/Source/WebCore/fileapi/FileReaderLoaderClient.h
index 4acb8ad3a..c2faaba10 100644
--- a/Source/WebCore/fileapi/FileReaderLoaderClient.h
+++ b/Source/WebCore/fileapi/FileReaderLoaderClient.h
@@ -28,10 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef FileReaderLoaderClient_h
-#define FileReaderLoaderClient_h
-
-#if ENABLE(BLOB)
+#pragma once
namespace WebCore {
@@ -46,7 +43,3 @@ public:
};
} // namespace WebCore
-
-#endif // ENABLE(BLOB)
-
-#endif // FileReaderLoaderClient_h