diff options
Diffstat (limited to 'content/common/common.sb')
-rw-r--r-- | content/common/common.sb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/common.sb b/content/common/common.sb index 5067f98..bdce888 100644 --- a/content/common/common.sb +++ b/content/common/common.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2011 The Chromium Authors. All rights reserved. +;; Copyright (c) 2012 The Chromium Authors. All rights reserved. ;; Use of this source code is governed by a BSD-style license that can be ;; found in the LICENSE file. ;; @@ -34,3 +34,6 @@ ; Needed for IPC on 10.6 ;10.6_OR_ABOVE (allow ipc-posix-shm) + +; http://crbug.com/127465 +@COMPONENT_BUILD_WORKAROUND@ |