* loader/icon/IconDatabase.cpp:
(WebCore::readySQLStatement):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16598
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-09-27 Brady Eidson <beidson@apple.com>
+
+ Build fix
+
+ * loader/icon/IconDatabase.cpp:
+ (WebCore::readySQLStatement):
+
2006-09-27 Brady Eidson <beidson@apple.com>
Reviewed by Adam
}
if (!statement) {
statement = new SQLStatement(db, str);
- int result = statement->prepare();
+ int result;
+ result = statement->prepare();
ASSERT(result == SQLResultOk);
}
}